home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / bigchart.xml < prev    next >
Text File  |  2002-09-06  |  1KB  |  57 lines

  1. <search function="bigchart">
  2.   <name>BigCharts Stock Quotes</name>
  3.   <description>
  4.     BigCharts stock quotes by symbol.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>bigchart WMT</td></tr>
  8.       </table>
  9.   </description>
  10.   <category>Finance</category>
  11.   <link>http://www.bigcharts.com/</link>
  12.   
  13.   <form name="bigchartf"
  14.       action="http://www.bigcharts.com/quickchart/quickchart.asp"
  15.       method="get">
  16.     <input type="hidden" name="symb"/>
  17.     <input type="hidden" name="time" value="6"/>
  18.     <!-- the time value can be any of:
  19.        1: 1 day
  20.        2: 2 days
  21.        3: 5 days
  22.       18: 10 days
  23.        4: 1 month
  24.        5: 2 months
  25.        6: 3 months
  26.        7: 6 months
  27.       19: YTD
  28.        8: 1 year
  29.        9: 2 years
  30.       10: 3 years
  31.       11: 4 years
  32.       12: 5 years
  33.       13: 1 decade
  34.       20: All Data
  35.     -->
  36.   </form>
  37.   
  38.   <script><![CDATA[
  39.     function bigchart(q)
  40.     {
  41.       if( nullArgs("bigchart",q) )
  42.         return false;
  43.       else
  44.       {
  45.         document.bigchartf.symb.value = q;
  46.         submitForm(bigchartf);
  47.       }
  48.     }
  49.   ]]></script>
  50.  
  51.   <copyright>
  52.     Copyright (c) 2002 David Bau
  53.     Distributed under the terms of the
  54.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  55.   </copyright>
  56. </search>
  57.